Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the maven group with 5 updates #2787

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2023

Bumps the maven group with 5 updates:

Package From To
javax.measure:unit-api 2.1.3 2.2
com.github.matsim-org:gtfs2matsim master-33809c4f0f-1 14.0
commons-cli:commons-cli 1.5.0 2.0-gt2-pre1
org.apache.poi:poi-ooxml 5.2.3 5.2.4
com.graphhopper:graphhopper-core 7.0 7.0-testgithub6

Updates javax.measure:unit-api from 2.1.3 to 2.2

Release notes

Sourced from javax.measure:unit-api's releases.

2.0 MR 2

2.0 Maintenance Release 2 Celebrating World Metrology Day 2023.

Fixed Issues

Commits

Updates com.github.matsim-org:gtfs2matsim from master-33809c4f0f-1 to 14.0

Release notes

Sourced from com.github.matsim-org:gtfs2matsim's releases.

14.0

What's Changed

  • Update to MATSim 14.0
  • Option for prefix to generate unique ids

Full Changelog: matsim-org/GTFS2MATSim@13.0...14.0

Update to MATSim 13.0

  • update to MATSim 13.0
  • include Multi-Day support

Add support for filtering and multiple feeds

No release notes provided.

Update to MATSim 12.0

No release notes provided.

11.2

-more robustness against missing fields in input GTFS feed

11.1

additional features: -helper class for copying late departures (after > 24:00:00) to the previous day and vice versa -use attributable to add more information from gtfs to TransitLines

11.0

No release notes provided.

Commits

Updates commons-cli:commons-cli from 1.5.0 to 2.0-gt2-pre1

Updates org.apache.poi:poi-ooxml from 5.2.3 to 5.2.4

Updates com.graphhopper:graphhopper-core from 7.0 to 7.0-testgithub6

Changelog

Sourced from com.graphhopper:graphhopper-core's changelog.

8.0 [not yet released]

  • access "turn"-EncodedValue of EncodingManager through separate methods, see #2884
  • removed fastest weighting for public usage, use custom instead, see #2866
  • removed shortest weighting for public usage, use a high distance_influence instead, see #2865
  • removed duration:seconds as intermediate tag
  • /info endpoint does no longer return the vehicle used per profile and won't return encoded value of vehicles like car_average_speed
  • Country rules no longer contain maxspeed handling, enable a much better alternative via max_speed_calculator.enabled: true. On the client side use max_speed_estimated to determine if max_speed is from OSM or an estimation. See #2810
  • bike routing better avoids dangerous roads, see #2796 and #2802
  • routing requests can be configured to timeout after some time, see #2795
  • custom_model_file string changed to custom_model_files array, see #2787
  • renamed EdgeKVStorage to KVStorage as it is (temporarily) used for node tage too, see #2705
  • bike vehicles are now allowed to go in reverse direction of oneways, see custom_models/bike.json #196
  • prefer cycleways, bicycle_road and cyclestreet for bike routing, see #2784 and #2778
  • add support for further surfaces like pebblestones or concrete:lanes, see #2751
  • reduced memory usage for urban density calculation, see #2828
  • urban density is now based on road junctions, so the according parameters need adjustment in case the config file does not use the defaults, see #2842
  • removed heading penalty time, see #2563
  • base graph no longer allows loop edges, see #2862
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [javax.measure:unit-api](https://github.com/unitsofmeasurement/unit-api) | `2.1.3` | `2.2` |
| [com.github.matsim-org:gtfs2matsim](https://github.com/matsim-org/GTFS2MATSim) | `master-33809c4f0f-1` | `14.0` |
| commons-cli:commons-cli | `1.5.0` | `2.0-gt2-pre1` |
| org.apache.poi:poi-ooxml | `5.2.3` | `5.2.4` |
| [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper) | `7.0` | `7.0-testgithub6` |


Updates `javax.measure:unit-api` from 2.1.3 to 2.2
- [Release notes](https://github.com/unitsofmeasurement/unit-api/releases)
- [Commits](unitsofmeasurement/unit-api@2.1.3...2.2)

Updates `com.github.matsim-org:gtfs2matsim` from master-33809c4f0f-1 to 14.0
- [Release notes](https://github.com/matsim-org/GTFS2MATSim/releases)
- [Commits](https://github.com/matsim-org/GTFS2MATSim/commits/14.0)

Updates `commons-cli:commons-cli` from 1.5.0 to 2.0-gt2-pre1

Updates `org.apache.poi:poi-ooxml` from 5.2.3 to 5.2.4

Updates `com.graphhopper:graphhopper-core` from 7.0 to 7.0-testgithub6
- [Release notes](https://github.com/graphhopper/graphhopper/releases)
- [Changelog](https://github.com/graphhopper/graphhopper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graphhopper/graphhopper/commits)

---
updated-dependencies:
- dependency-name: javax.measure:unit-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.github.matsim-org:gtfs2matsim
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi-ooxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.graphhopper:graphhopper-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 29, 2023
@dependabot dependabot bot deleted the dependabot/maven/maven-537e4a5601 branch September 29, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants